home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
catch_flies.swf
/
scripts
/
DefineButton2_142
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
330 b
|
20 lines
on(release){
_root.time = 8;
_root.flies = 0;
gotoAndStop(1);
tellTarget("_root.outoftime")
{
gotoAndStop(1);
}
Mouse.hide();
startDrag("_root.chopsticks",1);
tellTarget("_root.orientchops")
{
gotoAndPlay(1);
}
tellTarget("_root.timer")
{
play();
}
}